home *** CD-ROM | disk | FTP | other *** search
- -- card: 5150 from stack: in
- -- bmap block id: 0
- -- flags: 4000
- -- background id: 2707
- -- name: display
- ----- HyperTalk script -----
- --contains hidden field launch
-
-
- -- part 3 (field)
- -- low flags: 81
- -- high flags: 0004
- -- rect: left=87 top=249 right=319 bottom=397
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 16384
- -- line height: 16
- -- part name: chgAlert
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=358 top=76 right=100 bottom=414
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: OK
- ----- HyperTalk script -----
- on mouseUp
- visual dissolve slow
- do field launch
- end mouseUp
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=368 top=169 right=199 bottom=401
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: events
- ----- HyperTalk script -----
- on mouseUp
- set lockscreen to true
- if visible of field specials = true then
- alt
- exit mouseUp
- end if
- put field month into monthName
- push card
- go to card events
- put card field monthName into storage
- pop card
- put storage into field specials
- show field specials
- if visible of field spclhedr = false then
- show field spclhedr
- show field evnt
- show card field chgAlert
- set lockscreen to false
- put 1 into timer
- repeat until timer = 12
- wait 1 seconds
- add 1 to timer
- if the mouseClick then exit repeat
- end repeat
- hide card field chgAlert
- end if
- show field evnt
- set lockscreen to false
- end mouseUp
-
- on alt
- put field specials into storage
- put field month into monthName
- if visible of field bday = true then
- push card
- go to card birthdays
- put storage into card field monthName
- pop card
- hide field bday
- hide field specials
- send mouseUp to button events
- exit alt
- end if
- push card
- go to card events
- put storage into card field monthName
- pop card
- hide field specials
- hide field spclhedr
- hide field evnt
- set lockScreen to false
- end alt
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=363 top=204 right=251 bottom=407
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: birthdays
- ----- HyperTalk script -----
- on mouseUp
- set lockscreen to true
- if visible of field specials = true then
- alt
- exit mouseUp
- end if
- put field month into monthName
- push card
- go to card birthdays
- put card field monthName into storage
- pop card
- put storage into field specials
- show field specials
- if visible of field spclhedr = false then
- show field spclhedr
- show field bday
- show card field chgAlert
- set lockscreen to false
- put 1 into timer
- repeat until timer = 12
- wait 1 seconds
- add 1 to timer
- if the mouseClick then exit repeat
- end repeat
- hide card field chgAlert
- end if
- show field bday
- end mouseUp
-
- on alt
- put field specials into storage
- put field month into monthName
- if visible of field evnt = true then
- push card
- go to card events
- put storage into card field monthName
- pop card
- hide field evnt
- hide field specials
- send mouseUp to button birthdays
- exit alt
- end if
- push card
- go to card birthdays
- put storage into card field monthName
- pop card
- hide field specials
- hide field spclhedr
- hide field bday
- set lockScreen to false
- end alt
-
-
-
- -- part contents for background part 1
- ----- text -----
- 1 2 3 4 5 6 7
- 8 9 10 11 12 13 14
- 15 16 17 18 19 20 21
- 22 23 24 25 26 27 28
- 29 30 31
-
- -- part contents for background part 4
- ----- text -----
- October
-
- -- part contents for background part 5
- ----- text -----
- 1989
-
- -- part contents for background part 2
- ----- text -----
- S M T W T F S
-
- -- part contents for background part 14
- ----- text -----
- go card id 13030 of stack "Calendars"
-
- -- part contents for card part 3
- ----- text -----
- To add or delete special dates, click on the finger or cake button as needed after making your changes. The "OK" button does not save changes.
-
-
-
-
-
-
-
-
-
- -- part contents for background part 17
- ----- text -----
- SPECIAL DATES
-
- -- part contents for background part 18
- ----- text -----
- BIRTHDAYS
-
- -- part contents for background part 19
- ----- text -----
- EVENTS
-
-
- -- part contents for background part 22
- ----- text -----
- go card id 13030 of stack "Calendar"
-
- -- part contents for background part 9
- ----- text -----
- None